home *** CD-ROM | disk | FTP | other *** search
- #include "bbs.h"
-
-
- void Goodbye(void)
- {
- extern int QuickFlag;
-
- if(!QuickFlag) {
- /****** Cycle Logoff Screens ******/
- sprintf(GSTR1,"%sLogoff",Sopt->NodeScreen);
- if((User_keys.Userflags & USER_SCRNCLR) && Whence_The_Logon!=SYSOP_LOGON)
- { AEPutStr("\f"); // (RTS) Screen CLEAR
- ChecktoDisplay(GSTR1,GSTR2,1,0);
- }
- }
- if(Whence_The_Logon!=SYSOP_LOGON)AEPutStr("\r\nClick...");
- }
-
-